.header_sprite {
	background-image: url(http://images01.myhammer.co.uk/v3/live/structure/spr_header-global.png);
}

#header {
	width: 100%;
	height: 120px;
	position: relative;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
}
#header_logo {
	width: 243px;
	height: 56px;
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

/* Stuff for minmalistic Header (e.g. on addJob) */
#header-min {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #a2a2a2;
}
#header-min span {
	position: absolute;
	right: 0;
}

/* Stuff for minmalistic Header, blue ruled (e.g. on Claiming) */
#header-min-blue {
	position: relative;
	height: 80px;
	border-bottom: 2px solid #059;
}
#header-min-blue span {
	position: absolute;
	right: 0;
}

/* Holder for Message, My Account, Countries */
#header_box {
	height: 25px;
	float: right;
}

/* Personalized Message */
#header_message {
	padding-top: 5px;
	font-size:12px;
}
#header_message a {
	color: #f60;
}
#header_message {
	padding-right: 10px;
}
#header_message, #header_account, #header_countries {
	float: left;
	color: #666;
}
#header_account, #header_countries {
	font-size:11px;
}

/* Blue Bar */
#header_bar {
	top: 80px;
	position: absolute;
	width: 100%;
}

#header_bar .active {
    color: #fff !important;
}

#header_bar .background {
    background-color: #059;
	background-position: 0 -124px;
	background-repeat:repeat-x;
}

#header_bar ul {
	margin: 0;
	padding: 0;
    display: block;
}
#header_bar ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #a2a2a2;
}
#header_bar ul li a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	font-weight: bold;
	color: white;
	text-decoration:none;
	background-position: 0 -9999px;
	background-repeat:no-repeat;
}
#header_bar ul li a:hover {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	background-position: 0 -171px;
	background-repeat: repeat-x;
}
#header_bar li a.active:hover {
	background-position: 0 -219px;
}

#header_links {
	position: absolute;
	right: 2px;
	top: 63px;
	text-align:right;
	height: 24px;
	color: #666;
	font-size: 11px;
}
#header_links a {
	padding-top: 5px;
	/*display: inline-block;*/
	color: #666;
	font-size: 11px;
}
#header_bar .new {
	background-repeat: no-repeat;
	background-position: 0 -290px;
	width: 27px;
	height: 16px;
	overflow: hidden;
	top: -10px;
	position: absolute;
}

#header_bar .home {
	background-repeat: no-repeat;
	background-position: 0 -265px;
	height: 18px;
	width: 15px;
	text-indent: -9999px;
	line-height: 18px;
	display: block;
}

#header_bar .home_padding {
	padding: 10px 10px;
	display: block;
}

#header_bar li a.active {
	background-position: 0 -219px;
}

#header_bar a.homefix {
	line-height: 1px;
}


/* My Account */
#header_account {
	width: 90px;
	text-align: center;
}

#header_account .box {
	border-top: none;
	background: #ebf2f7 none;
}

#header_account .box:hover {
	background: #ccddeb none;
}

#header_account a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#header_account .box .body {
	padding: 0 10px;
	line-height: 26px;
}

/* Countries Box */
#header_countries {
	width: 70px;
	padding-left: 10px;
}

#header_countries ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 5px 5px;
	display: block;
}

#header_countries ul li {
	margin: 0;
	padding: 0 5px 0 0 ;
	float: left;
	display: block;
}

#header_countries .box .body {
	height: 26px;
}

#header_countries .box {
	border-top: none;
}	

#header_flag_at, #header_flag_uk, #header_flag_de, #header_flag_com {
	background-repeat: no-repeat;
	width: 16px;
	height: 10px;
	display: inline-block;
	text-align:center;
}

#header_flag_at {
	background-position: 0 -335px;
	display: block;
	width: 16px;
	height: 10px;
}
#header_flag_uk {
	background-position: 0 -355px;
	display: block;
	width: 16px;
	height: 10px;
}
#header_flag_de {
	background-position: 0 -315px;
	display: block;
	width: 16px;
	height: 10px;
}
#header_flag_com {
	background-position: 0 -375px;
	display: block;
	width: 16px;
	height: 10px;
}

/*** No-Grid-Fixes ***/
#header_bar .top-left,
#header_bar .top-right,
#header_bar .bottom-left,
#header_bar .bottom-right,
#myAccountBox .bottom-left,
#myAccountBox .bottom-right {
	background-image: url(http://images01.myhammer.co.uk/v3/live/structure/sprite_MH_global-elements_v4.png);
    width: 5px;
	height: 5px;
}
.activeAccount {
	background-image: url(http://images01.myhammer.co.uk/v3/live/structure/spr_header-global.png) !important;
    background-position: 0 -219px !important;
    background-repeat: repeat-x !important;
}

.activeAccount a {
	color: #FFFFFF !important;
}

#header_bar .top-left {
    background-position: 0px -1710px !important;
    margin-right: -5px;
}

#header_bar .top-right {
    background-position: -5px -1710px !important;
    margin-bottom: -5px
}

#header_bar .bottom-left,
#myAccountBox .bottom-left {
    background-position: 0px -1715px !important;
    margin: -5px -5px 0 0;
}

#header_bar .bottom-right,
#myAccountBox .bottom-right {
    background-position: -5px -1715px !important;
    margin-top: -5px;
}

#header_bar ul li a {
    font-size: 12px;
}

#header .box {
    border:  1px solid #a2a2a2;
}

#header #header_account .box {
    border-top:  none;
}
#header_logo {
	width: 243px;
	height: 56px;
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	background-position: 0 -60px;
	text-indent: -9999px;
}

#header_bar .new {
	background-repeat: no-repeat;
	background-position: -36px -290px;
	width: 28px;
	height: 16px;
	overflow: hidden;
	top: -10px;
	position: absolute;
}
.freenoobligation {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_kostenlos_34x30_UK.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.schutzbrief {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_schutzbrief_28x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}
.bewertungsschutz {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_bewertungsschutz_34x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.priceprotection {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30_UK.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.preissicherheit {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2;
}

.at .preissicherheit {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
	border: none;
}

.contractprotection_at {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_vertragssicherheit_34x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.preissicherheit_uk {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30_UK.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.vertragssicherheit_uk {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_vertragssicherheit_34x30.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-bottom: 10px;
}

.firstReason,
.secondReason,
.thirdReason {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-bottom: 20px;
}

.firstReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/pic_1blau_15x15_bgFFFFFF.gif);
}

.secondReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/pic_2blau_15x15_bgFFFFFF.gif);
}

.thirdReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/pic_3blau_15x15_bgFFFFFF.gif);
}

ul .firstReason,
ul .secondReason,
ul .thirdReason {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
}

ul .firstReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_guteArbeit_34x30.gif);
}

ul .secondReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30.gif);
}

ul .secondReason.uk {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_preissicherheit_34x30_UK.gif);
}

ul .thirdReason {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ilu_qualifikation_34x36.gif);
}

#trustBox ul, #trustBox ol {
	-webkit-padding-start: 0;
	margin: 0;
}

#trustBox p {
	margin: 0;
	padding: 0;
}

#trustBox ul, 
#trustBox ul li,
#trustBox ol, 
#trustBox ol li {
	list-style: none;
}

ul.siegel {
	list-style: none;
	margin: auto auto;
	padding: 6px 0 0 0;
}

ul.siegel li {
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0;
	float: left;
}

#TrustLayer , #TrustLayer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#TrustLayer li {
	margin-top: 10px;
	padding: 0px 0 10px 50px;
	background-repeat: no-repeat;
	background-position: left top;
}

#TrustLayer li.no1 {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ico_bewertungsschutz_35x35.gif);
}

#TrustLayer li.no2 {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ico_preissicherheit_35x35.gif);
}

#TrustLayer li.no3 {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ico_vertragssicherheit_35x35.gif);
}

#TrustLayer li.no4 {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/trustbox/ico_schutzbrief_35x35.gif);
}

a#closeBut {
	font-size: 11px;
}.townBox {
	width: 280px;
}

.townBox .col1 {
	width: 85px;
}

.townBox .col2 {
	width: 117px;
}

.townBox .at .col2 {
	width: 95px;
}

.townBox .col3 {
	width: 75px;
}

.townBox li {
	font-size: 1.1em;
	line-height: 1.4em;
}

.townBox .PLZEingabe {
	width: 58px;
	border: 1px solid #a2a2a2;
	color: #a2a2a2;
	height: 14px;
	padding: 0;
	margin: 0;
}

.townBox .PLZEingabe.aktiv {
	color: #2d2d2d;
}

.townBox .radio {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:middle;
}

.townBox p.directoryIcon {
	padding: 0 0 0 50px;
	height: 35px;
	font-size: 1.2em;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/directorybox/ilu_bbuch_40x33.gif);
	background-repeat:no-repeat;
	background-position: left top;
	margin: 0;
}

.townBox label {
	font-size: 1.2em;
	font-weight: bold;
	display:block;
	padding: 10px 0 0 0;
	line-height: 1.2em;
}

.townBox .selectBranch {
	width: 280px;
}

.townBox a {
	text-decoration: none;
	color: #2d2d2d;
}

#directorySearch fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.BannerContainer300x115, 
.BannerContainer220x115 {
	position: relative;
	height: 115px;
	width: 300px;
}
.BannerContainer220x115 {
	width: 220px;
}
.BannerContainer300x115 a.ImageLink,
.BannerContainer220x115 a.ImageLink {
	position: absolute;
	width: 300px;
	height: 115px;
	background-position: left top;
	background-repeat:no-repeat;
	z-index: 1;
}
.BannerContainer220x115 a.ImageLink {
	width: 220px;
}
.BannerContainer300x115 a.TextLink,
.BannerContainer220x115 a.TextLink {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 1.1em;
	font-style:italic;
	z-index: 2;
}

.secondSpecial {
	padding-top: 20px;
}

.BannerContainer300x250 {
	width: 300px;
	overflow:hidden;
}

.grid_8 .firstSpecial {
	float: left;
	width: 300px;
}

.grid_8 .secondSpecial {
	float: right;
	width: 300px;
	padding-top: 0;
}
/* for AG */
.IntroImage.addAuction {
	width: 940px;
	height: 302px;
	overflow:hidden;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AG_940x302.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

.grid_10 #IntroBox .addAuctionImg{
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_AG-welcome-box_780x310px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:780px;
	height:310px;
}

.grid_12 #IntroBox .addAuctionImg{
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_AG-welcome-box_940x310px.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:940px;
	height:310px;
}


#SearchBoxWhatJob{
	color:#8C8C8C;
	font-size:1.6em;
	margin:0
}

.searchBoxText{
	color:#ffffff; 
	font-size:14px;
	padding:13px 10px 10px 20px; 
	font-weight:bold;
}


.IntroImage .paddingLeft {
	padding-left: 10px;
	margin-top: 5px;
}

.grid_10 .IntroImage.addAuction {
	width: 780px;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AG_780x280.gif);
}

.grid_10 .IntroImage.addAuctionUK {
	width: 780px;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AG_780x280_UK.gif);
}


.grid_10 .IntroImage .paddingLeft {
	padding-left: 80px;
}

.grid_12 .IntroImage.addAuctionUK .paddingLeft {
	padding-left: 100px;
}


.grid_10 .IntroImage.addAuctionUK .paddingLeft {
	padding-left: 60px;
}

.IntroImage form {
	padding-top: 250px;
}


.IntroImage.Variant14a .paddingLeft,
.IntroImage.Variant14b .paddingLeft {
    padding-left: 230px;
}

.grid10 .IntroImage.Variant14a .paddingLeft,
.grid10 .IntroImage.Variant14b .paddingLeft {
    padding-left: 150px;
}

.IntroImage.Variant14a form,
.IntroImage.Variant14b form {
    padding-top: 220px;
}

.IntroImage.Variant14a {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AG_940x280_02.gif);
}


/* for AN */
#IntroBoxJobSearch .IntroImage {
	width: 940px;
	height: 260px;
	overflow:hidden;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AN_940x260_C.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#IntroBoxJobSearch .SearchJobUK {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AN_940x260_B_UK.gif) !important;
}

.grid_10 #IntroBoxJobSearch .SearchJobUK {
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AN_780x280_B_UK.gif) !important;
}


#IntroBoxJobSearch .IntroImage form {
	padding-top: 190px;
}

.grid_10 #IntroBoxJobSearch .IntroImage form {
	padding-top: 210px;
}

#IntroBoxJobSearch .IntroImage .paddingLeft {
	padding-left: 180px;
}

.grid_10 #IntroBoxJobSearch .IntroImage .paddingLeft {
	padding-left: 130px;
}

.grid_10 #IntroBoxJobSearch .IntroImage {
	width: 780px;
	height: 280px;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AN_780x280_C.gif);
}

/* for AG */
#addAuction ul,
#searchJob ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#addAuction ul li,
#searchJob ul li {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	list-style:none;
}

#what, #where, #whatJob, #whereJob {
	font-size: 1.6em;
	/*
	padding: 1px;
	line-height: 24px;
	vertical-align:middle;
	margin: 0;
	*/
	margin: 0;
	color: #8c8c8c;
}

#whereJob {
	width: 70px;
}

#addAuction select {
}

#addAuction .active,
#searchJob .active {
	color: #2d2d2d;
}

#what {
	width: 290px;
}

.grid_10 .IntroImage.addAuctionUK #what {
	width: 280px;
}

#where {
	width: 70px;
}

#whatJob {
	width: 200px;
}

#category {
	width: 275px;
	height: 1.6em;
	font-size: 1.6em;
	color: #8c8c8c;
	margin: 0;
	/*line-height: 26px;*/
}

#distance {
	width: 60px;
	height: 1.6em;
	font-size: 1.6em;
	color: #8c8c8c;
	margin: 0;
	/*line-height: 26px;*/
}

#category option {
	
}

#generateMyAccount {
	width: 618px;
	height: 465px;
	overflow-x: auto;
	overflow-y: auto;
}

#myAccount .head {
	background-color:#FFF;
}

#myAccount .head h3 {
	color: #2d2d2d;
}

#myAccount .L2g {
	color: #2d2d2d;
}

.ajaxWait {
	background-image: url(http://images01.myhammer.co.uk/v3/live/structure/lay_62x62_waiting-animation_final.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#IntroBox, #IntroBoxJobSearch, #CentralBoxMyAccount {
	margin-bottom: 20px;
}
.IntroImage.addAuction {
	width: 940px;
	height: 280px;
	overflow:hidden;
	background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/centralbox/pic_welcome-AG_940x280_UK.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}#CategoriesBox {
	margin-bottom: 20px;
}

#categories .box_content {
	width: 100%;
}

#categories a {
	display: block;
	color: #8c8c8c;
	font-size: 1.2em;
	line-height: 18px;
	width: 185px;
}

#categories .colA, #categories .colB, #categories .colC {
	float: left;
}

#categories .colA {
	padding: 0 10px 0 0;
}

#categories .colB {
	padding: 0 10px 0 10px;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
}

#categories .colC {
	padding: 0 0 0 10px;
}#categories a {
	width: auto;
}#CloudBox {
	margin-bottom: 20px;
}

.cloudBox span {
	line-height: 20px;
}

.cloudBox a {
	text-decoration:none;
	line-height: 20px;
}

.cloud0 a {
	font-size: 1em;
	font-weight: bold;
	color: #a2a2a2;
}

.cloud1 a {
	font-size: 1.8em;
	font-weight: bold;
	color: #666;
}

.cloud2 a {
	font-size: 1.5em;
	font-weight: bold;
	color: #8c8c8c;
}

.cloud3 a {
	font-size: 1.3em;
	color: #8c8c8c;
}

.cloud4 a {
	font-size: 1.1em;
	color: #a2a2a2;
}

/* Vertical Box */
#TagCloud .box_content_big {
	height: 228px;
	width: 278px;
	overflow:hidden;
}

#TagCloud .first {
	padding-bottom: 5px;
	border-bottom: 1px solid #a2a2a2;
}


/* Horizontal Box */
.grid_12 #TagCloud .box_content_big {
	height: 93px;
	width: 918px;
	overflow:hidden;
}

.grid_12 #TagCloud .first {
	float: left;
	width: 458px;
	border-bottom: none;
	padding-bottom: 0;
	border-right: 1px solid #a2a2a2;
}

.grid_12 #TagCloud .second {
	float: left;
	width: 458px;
}

.grid_12 #TagCloud .first .cloudBox {
	padding-right: 10px;
}

.grid_12 #TagCloud .second .cloudBox,
.grid_12 #TagCloud .second h3 {
	padding-left: 10px;
}

#TagCloudAn a {
	color:#8C8C8C;
	font-size:1.2em;
	line-height:18px;
}
#tagCloud {
	margin-bottom: 20px;
}

#tagCloud .box_content {
	width: 100%;
}

#tagCloud a {
	display: block;
	color: #8c8c8c;
	font-size: 1.2em;
	line-height: 18px;
	width: 120px;
}

#tagCloud .colA, #tagCloud .colB {
	float: left;
}

#tagCloud .colA {
	padding: 0 10px 0 0;
	border-right: 1px solid #a2a2a2;
}

#tagCloud .colB {
	padding: 0 10px 0 10px;
}/* CSS Document */

/* >>> #footer */



#footer dt {
	font-size: 14px;
	font-weight: bold;
}

/* #footer > #footer-navigation */
#footer #footer-navigation {
margin: 0;
}

#footer #footer-navigation dd {
margin-left: 0;
}

#footer #footer-navigation dl {
float: left;
margin-bottom: 0;
}

#footer #footer-navigation dl.last {
margin-right: 0;
}


#footer #footer-navigation dl dd a {
text-decoration: none;
color: #000;
}

#footer dl dd dl dd {
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 0 !important;
}


/* #footer > #footer-navigation > german */
#footer #footer-navigation dl.auftraggeber 							{ width: 23%; }
#footer #footer-navigation dl.handwerker-dienstleister	{ width: 26%; }
#footer #footer-navigation dl.ueber-uns 								{ width: 18%; }
#footer #footer-navigation dl.kontakt-agb 							{ width: 18%; }
#footer #footer-navigation dl.presse-links 							{ width: 15%; }


/* #footer > ul.hl */
#footer ul.hl {
margin: 10px 0 0 20px;
}

#footer ul.hl li {
margin-right: 30px;
}

#footer ul.hl li.last {
margin-right: 0;
}


/* #footer > p.copyright */
#footer p.copyright {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
font-size: 1.2em;
}

#footer p.copyright a {
color: #000;
}

#inner-footer {
width: 940px;
padding: 20px 0 0 20px;
}

#footer {
border-top: 2px solid #dadada;
}

#footer dl dl dt {
	margin-bottom: 5px;
}

/* Images > Buttons */
.button-bookmark {
width: 129px;
height: 16px;
display: block;
background: url(http://images01.myhammer.co.uk/v3/live/structure/button_lesezeichenBG.gif) no-repeat;
}

#footer a:hover {
	text-decoration:underline !important;
}

#footer ul li {
	list-style: none;
	float: left;
}

#footer .footer_header {
	font-size: 1.5em;
	font-weight: bold;
}

#footer #footer-navigation dl dd a.o {
	color: #f60;
}

/*
#footer-navigation dd dl {
	float: left;
	padding: 0 30px 0 0;
}

#footer-navigation  dd dl dt {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

#footer-navigation dd dl dd{
	font-size: 1.2em;
	white-space:normal;
}

#footer {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid red;
}

.presse-links {
	width: 120px;
	padding-right: 0;
}
*/

.footerTopSearches {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 5px 0;
	color: #666;
}
#TopContainer {
    height: 62px;
}

#ThisWayContainer {
    height: 38px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(http://images01.myhammer.co.uk/v3/live/boxes/thisway/pic_an-link_437x38.gif);
}

#ThisWayContainer a {
    font-size: 12px;
    color: #f60;
}

#ThisWayBox {
    padding-top: 20px;
    padding-right: 5px;
    font-size: 12px;
    text-align: right;
    color: #f60;
}#nyroModalWrapper {
	padding: 30px 10px 10px 10px;
	color: #2d2d2d;
	font-size: 12px;
	background-color:#FFF;
}

#nyroModalWrapper a#closeBut {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 10px;
	color: #2d2d2d;
	display:block;
	height:16px;
	line-height:16px;
	padding-right:20px;
	background:url(http://images01.myhammer.co.uk/v3/live/subscription/icon_close_grey.png) no-repeat scroll right top transparent;
}

#nyroModalWrapper h1.infolayer-title {
	margin: 0;
	//padding: 5px 5px 5px 5px;
	font-size: 16px;
	background: #EFEBEF url(http://images01.myhammer.co.uk/v3/live/subscription/icon_info_round_16.png) no-repeat 5px 6px;
}

#nyroModalWrapper h1.infolayer-title-request-quote {
	margin: 0;
	padding: 5px 5px 10px 0 !important;
	font-size: 18px;
	color:#ff6600;
}

#nyroModalWrapper h1.infolayer-title.noIcon {
	background-image: none;
}

#nyroModalWrapper .infolayer-content {
	padding: 10px;
}

.backToJob {
	margin-left: 140px;
}

.margin10t{
	margin-top: 10px;
}
.margin10b{
	margin-bottom: 10px;
}


.margin20b{
	margin-bottom: 20px;
}

.margin20t{
	margin-top: 20px;
}

.buttonMoserBackToJob {
	margin-top: 30px;
}

.directcontactBackToJob{
	margin-left: 120px;
}